func runtime.makeProfStack
6 uses
runtime (current package)
mprof.go#L1141: expandedStack := makeProfStack()
mprof.go#L1382: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1592: pcbuf := makeProfStack() // see saveg() for explanation
mprof.go#L1688: pcbuf = makeProfStack()
proc.go#L1010: func makeProfStack() []uintptr { return make([]uintptr, debug.profstackdepth) }
proc.go#L1013: func pprof_makeProfStack() []uintptr { return makeProfStack() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)